home *** CD-ROM | disk | FTP | other *** search
/ One Click 14 / OneClick14.iso / Ferramentas / Convert XLS to Pdf / xls2pdf_setup.exe / {sys} / ADIST5.PPD < prev    next >
Encoding:
PostScript Printer Description  |  2001-06-05  |  16.8 KB  |  468 lines

  1. *PPD-Adobe: "4.3"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1998 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *% PPD file last updated 5 December 2000
  10.  
  11. *FormatVersion: "4.3"
  12. *FileVersion: "1.0"
  13. *LanguageEncoding: ISOLatin1
  14. *LanguageVersion: English
  15. *PCFileName: "ADIST5.PPD"
  16. *Manufacturer: "Adobe"
  17. *Product: "(Acrobat Distiller)"
  18. *PSVersion: "(3011.104) 0"
  19. *ModelName: "Acrobat Distiller"
  20. *ShortNickName: "Acrobat Distiller"
  21. *NickName: "Acrobat Distiller 3011.104"
  22. *% PPD for Acrobat Distiller 5, Roman
  23.  
  24. *% === Options and Constraints =========
  25.  
  26. *% ==== Device Capabilities ===============
  27. *ColorDevice: True
  28. *DefaultColorSpace: CMYK
  29. *FileSystem: True
  30. *?FileSystem: "(True) == flush"
  31. *LanguageLevel: "3"
  32. *FreeVM: "4194304"
  33. *VMOption None/Standard: "4194304"
  34. *FCacheSize None/Standard: 204800
  35. *Throughput: "400"
  36. *VariablePaperSize: True
  37.  
  38. *TTRasterizer: Type42
  39. *?TTRasterizer: "(Type42) ="
  40.  
  41. *Password: "()" 
  42. *ExitServer: "
  43.  count 0 eq
  44.  { false } { true exch startjob } ifelse
  45.  not { 
  46.      (WARNING: Cannot modify initial VM.) =
  47.      (Missing or invalid password.) =
  48.      (Please contact the author of this software.) = flush quit
  49.      } if
  50. "
  51. *End
  52.  
  53. *% ==== In-RIP Trapping Information ========
  54. *Resource TrappingType: Virtual
  55. *TrappingTypeInstance 1001: ""
  56. *Separations True: " 1 dict dup /Separations true put setpagedevice "
  57. *DefaultSeparations: True
  58. *?Separations: "
  59.     save
  60.     currentpagedevice /Separations known
  61.       {currentpagedevice /Separations get
  62.         { (True) } { (False) } ifelse
  63.       }{ (Unknown) } ifelse
  64.     print (\n) print flush
  65.     restore
  66. "
  67. *End
  68.  
  69. *% Multiple Resolution support for Distiller 3.0 ==============
  70. *OpenUI *Resolution: PickOne
  71. *OrderDependency: 50 AnySetup *Resolution
  72. *DefaultResolution: 1200dpi
  73. *Resolution 72dpi: "1 dict dup /HWResolution [72 72] put setpagedevice"
  74. *Resolution 144dpi: "1 dict dup /HWResolution [144 144] put setpagedevice"
  75. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  76. *Resolution 600dpi: "1 dict dup /HWResolution [600 600] put setpagedevice"
  77. *Resolution 1200dpi: "1 dict dup /HWResolution [1200 1200] put setpagedevice"
  78. *Resolution 2400dpi: "1 dict dup /HWResolution [2400 2400] put setpagedevice"
  79. *Resolution 3600dpi: "1 dict dup /HWResolution [3600 3600] put setpagedevice"
  80. *Resolution 4000dpi: "1 dict dup /HWResolution [4000 4000] put setpagedevice"
  81. *?Resolution: "
  82.    save
  83.    currentpagedevice /HWResolution get
  84.    0 get
  85.    (          ) cvs print (dpi) = flush
  86.    restore"
  87. *End
  88. *CloseUI: *Resolution
  89.  
  90. *ResScreenFreq 72dpi: "60.0"
  91. *ResScreenFreq 144dpi: "60.0"
  92. *ResScreenFreq 300dpi: "60.0"
  93. *ResScreenFreq 600dpi: "60.0"
  94. *ResScreenFreq 1200dpi: "60.0"
  95. *ResScreenFreq 2400dpi: "60.0"
  96. *ResScreenFreq 3600dpi: "60.0"
  97. *ResScreenFreq 4000dpi: "60.0"
  98.  
  99. *ResScreenAngle 72dpi: "45.0"
  100. *ResScreenAngle 144dpi: "45.0"
  101. *ResScreenAngle 300dpi: "45.0"
  102. *ResScreenAngle 600dpi: "45.0"
  103. *ResScreenAngle 1200dpi: "45.0"
  104. *ResScreenAngle 2400dpi: "45.0"
  105. *ResScreenAngle 3600dpi: "45.0"
  106. *ResScreenAngle 4000dpi: "45.0"
  107.  
  108. *% Halftone Information ===============
  109. *ContoneOnly: False
  110. *DefaultHalftoneType: 1
  111. *ScreenFreq: "60.0"
  112. *ScreenAngle: "45.0"
  113. *DefaultScreenProc: Dot
  114. *ScreenProc Dot: "{ abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub 
  115. dup mul add 1 sub} {dup mul exch dup mul add 1 exch sub}ifelse } bind"
  116. *End
  117. *ScreenProc Line: "{ exch pop abs neg } bind"
  118. *ScreenProc Ellipse: "{abs exch abs 2 copy 3 mul exch 4 mul add 3 sub dup 0
  119. lt { pop dup mul exch .75 div dup mul add 4 div 1 exch sub } { dup 1 gt{
  120. pop 1 exch sub dup mul exch 1 exch sub .75 div dup mul add 4 div 1 sub }
  121. { .5 exch sub exch pop exch pop } ifelse  } ifelse } bind"
  122. *End
  123. *ScreenProc Cross: "{ abs exch abs 2 copy gt { exch } if pop neg } bind"
  124.  
  125.  
  126. *DefaultTransfer: Null
  127. *Transfer Null: "{ } bind"
  128. *Transfer Null.Inverse: "{ 1 exch sub } bind"
  129.  
  130. *% Paper Handling ===================
  131.  
  132.  
  133. *% Code in this section both selects a tray and sets up a frame buffer.
  134. *OpenUI *PageSize: PickOne
  135. *OrderDependency: 50 AnySetup *PageSize
  136. *DefaultPageSize: Letter
  137. *PageSize Letter: "
  138.   2 dict dup /PageSize [612 792] put dup /ImagingBBox null put
  139. setpagedevice"
  140. *End
  141. *PageSize Legal: "
  142.   2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put
  143. setpagedevice"
  144. *End
  145. *PageSize Executive: "
  146.   2 dict dup /PageSize [522 756] put dup /ImagingBBox null put
  147. setpagedevice"
  148. *End
  149. *PageSize Ledger: "
  150.   2 dict dup /PageSize [1224 792] put dup /ImagingBBox null put
  151. setpagedevice"
  152. *End
  153. *PageSize Tabloid/11 x 17: "
  154.   2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put
  155. setpagedevice"
  156. *End
  157. *PageSize Screen: "
  158.   2 dict dup /PageSize [468 373] put dup /ImagingBBox null put
  159. setpagedevice"
  160. *End
  161. *PageSize A3: "
  162.   2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put
  163. setpagedevice"
  164. *End
  165. *PageSize A4: "
  166.   2 dict dup /PageSize [595 842] put dup /ImagingBBox null put
  167. setpagedevice"
  168. *End
  169. *?PageSize: " 
  170.  save 
  171.    currentpagedevice /PageSize get aload pop
  172.    2 copy gt {exch} if 
  173.    (Unknown) 
  174.    8 dict
  175.    dup [612 792] (Letter) put
  176.    dup [612 1008] (Legal) put
  177.    dup [522 756] (Executive) put
  178.    dup [1224 792] (Ledger) put
  179.    dup [792 1224] (Tabloid) put
  180.    dup [468 373] (Screen) put
  181.    dup [842 1191] (A3) put
  182.    dup [595 842] (A4) put
  183.   { exch aload pop 4 index sub abs 5 le exch 
  184.     5 index sub abs 5 le and
  185.       { exch pop exit } { pop } ifelse
  186.    } bind forall 
  187.    = flush pop pop
  188.    restore
  189. "
  190. *End
  191. *CloseUI: *PageSize
  192.  
  193. *OpenUI *PageRegion:  PickOne
  194. *OrderDependency: 50 AnySetup *PageRegion
  195. *DefaultPageRegion: Letter
  196. *PageRegion Letter: "
  197.   2 dict dup /PageSize [612 792] put dup /ImagingBBox null put
  198. setpagedevice"
  199. *End
  200. *PageRegion Legal: "
  201.   2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put
  202. setpagedevice"
  203. *End
  204. *PageRegion Executive: "
  205.   2 dict dup /PageSize [522 756] put dup /ImagingBBox null put
  206. setpagedevice"
  207. *End
  208. *PageRegion Ledger: "
  209.   2 dict dup /PageSize [1224 792] put dup /ImagingBBox null put
  210. setpagedevice"
  211. *End
  212. *PageRegion Tabloid/11 x 17: "
  213.   2 dict dup /PageSize [792 1224] put dup /ImagingBBox null put
  214. setpagedevice"
  215. *End
  216. *PageRegion Screen: "
  217.   2 dict dup /PageSize [468 373] put dup /ImagingBBox null put
  218. setpagedevice"
  219. *End
  220. *PageRegion A3: "
  221.   2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put
  222. setpagedevice"
  223. *End
  224. *PageRegion A4: "
  225.   2 dict dup /PageSize [595 842] put dup /ImagingBBox null put
  226. setpagedevice"
  227. *End
  228. *CloseUI: *PageRegion
  229.  
  230. *% The following entries provide information about specific paper keywords.
  231. *DefaultImageableArea: Letter
  232.  
  233. *ImageableArea Letter: "0.0 0.0 612.0 792.0"
  234. *ImageableArea Legal: "0.0 0.0 612.0 1008.0"
  235. *ImageableArea Executive: "0.0 0.0 522.0 756.0"
  236. *ImageableArea Ledger: "0.0 0.0 1224.0 792.0"
  237. *ImageableArea Tabloid/11 x 17: "0.0 0.0 792.0 1224.0"
  238. *ImageableArea Screen: "0.0 0.0 468.0 373.0"
  239. *ImageableArea A3: "0.0 0.0 842.0 1191.0"
  240. *ImageableArea A4: "0.0 0.0 595.0 842.0"
  241. *?ImageableArea: "
  242. save
  243.   /cvp { (                ) cvs print ( ) print } bind def
  244.   /upperright {10000 mul floor 10000 div} bind def
  245.   /lowerleft {10000 mul ceiling 10000 div} bind def
  246.   newpath clippath pathbbox
  247.   4 -2 roll exch 2 {lowerleft cvp} repeat
  248.   exch 2 {upperright cvp} repeat flush
  249.  restore
  250. "
  251. *End
  252.  
  253. *% These provide the physical dimensions of the paper (by keyword)
  254. *DefaultPaperDimension: Letter
  255. *PaperDimension Letter: "612 792"
  256. *PaperDimension Legal: "612 1008"
  257. *PaperDimension Executive: "522 756"
  258. *PaperDimension Ledger: "1224 792"
  259. *PaperDimension Tabloid/11 x 17: "792 1224"
  260. *PaperDimension Screen: "468 373"
  261. *PaperDimension A3: "842 1191"
  262. *PaperDimension A4: "595 842"
  263.  
  264. *% Custom Page Sizes - 1point to 200inches for 4.0
  265. *CustomPageSize True: "
  266.    4 dict begin
  267.    3 1 roll
  268.    2 array astore /PageOffset exch def
  269.    2 mod 0 eq {exch} if
  270.    2 array astore /PageSize exch def
  271.    /ImagingBBox null def
  272.    currentdict end setpagedevice"
  273. *End
  274. *ParamCustomPageSize Width: 1 points 1 14400
  275. *ParamCustomPageSize Height: 2 points 1 14400
  276. *ParamCustomPageSize WidthOffset: 3 points 0 14400
  277. *ParamCustomPageSize HeightOffset: 4 points 0 14400
  278. *ParamCustomPageSize Orientation: 5 int 0 3
  279. *MaxMediaWidth: "14400"
  280. *MaxMediaHeight: "14400"
  281. *CenterRegistered: False
  282. *LeadingEdge Forced: ""
  283. *DefaultLeadingEdge: Forced
  284.  
  285. *% Support for Custom Page Sizes on cut sheet devices
  286. *% Note: These are comment out because
  287. *% QuarkXPress 3.3x and earlier versions don't recognize 
  288. *% custom page sizes when HWMargins are present.
  289. *%*UseHWMargins True:""
  290. *%*UseHWMargins False:""
  291. *%*DefaultUseHWMargins: False 
  292. *%*HWMargins: 0 0 0 0
  293.  
  294. *RequiresPageRegion All: True
  295.  
  296. *OpenUI *InputSlot: PickOne
  297. *DefaultInputSlot: OnlyOne
  298. *InputSlot OnlyOne: ""
  299. *CloseUI: *InputSlot
  300.  
  301. *AccurateScreensSupport: True
  302.  
  303. *% Printer Messages (verbatim from printer):
  304. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  305. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  306. *Message: "\FontName\ not found, using Courier"
  307.  
  308. *% Status (format: %%[ status: <one of these> ] %%)
  309.  
  310. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  311.  
  312. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  313.  
  314. *% Color Separation Information =====================
  315.  
  316. *DefaultColorSep: ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi
  317.  
  318. *%  For 60 lpi / 72 dpi  ===============================
  319.  
  320. *ColorSepScreenAngle ProcessBlack.60lpi.72dpi/60 lpi / 72 dpi: "45"
  321. *ColorSepScreenAngle CustomColor.60lpi.72dpi/60 lpi / 72 dpi: "45"
  322. *ColorSepScreenAngle ProcessCyan.60lpi.72dpi/60 lpi / 72 dpi: "15"
  323. *ColorSepScreenAngle ProcessMagenta.60lpi.72dpi/60 lpi / 72 dpi: "75"
  324. *ColorSepScreenAngle ProcessYellow.60lpi.72dpi/60 lpi / 72 dpi: "0"
  325.  
  326. *ColorSepScreenFreq ProcessBlack.60lpi.72dpi/60 lpi / 72 dpi: "60"
  327. *ColorSepScreenFreq CustomColor.60lpi.72dpi/60 lpi / 72 dpi: "60"
  328. *ColorSepScreenFreq ProcessCyan.60lpi.72dpi/60 lpi / 72 dpi: "60"
  329. *ColorSepScreenFreq ProcessMagenta.60lpi.72dpi/60 lpi / 72 dpi: "60"
  330. *ColorSepScreenFreq ProcessYellow.60lpi.72dpi/60 lpi / 72 dpi: "60"
  331.  
  332. *%  For 60 lpi / 144 dpi  ===============================
  333.  
  334. *ColorSepScreenAngle ProcessBlack.60lpi.144dpi/60 lpi / 144 dpi: "45"
  335. *ColorSepScreenAngle CustomColor.60lpi.144dpi/60 lpi / 144 dpi: "45"
  336. *ColorSepScreenAngle ProcessCyan.60lpi.144dpi/60 lpi / 144 dpi: "15"
  337. *ColorSepScreenAngle ProcessMagenta.60lpi.144dpi/60 lpi / 144 dpi: "75"
  338. *ColorSepScreenAngle ProcessYellow.60lpi.144dpi/60 lpi / 144 dpi: "0"
  339.  
  340. *ColorSepScreenFreq ProcessBlack.60lpi.144dpi/60 lpi / 144 dpi: "60"
  341. *ColorSepScreenFreq CustomColor.60lpi.144dpi/60 lpi / 144 dpi: "60"
  342. *ColorSepScreenFreq ProcessCyan.60lpi.144dpi/60 lpi / 144 dpi: "60"
  343. *ColorSepScreenFreq ProcessMagenta.60lpi.144dpi/60 lpi / 144 dpi: "60"
  344. *ColorSepScreenFreq ProcessYellow.60lpi.144dpi/60 lpi / 144 dpi: "60"
  345.  
  346. *%  For 60 lpi / 300 dpi  ===============================
  347.  
  348. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  349. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  350. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  351. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  352. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  353.  
  354. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  355. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  356. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  357. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  358. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  359.  
  360. *%  For 71 lpi / 600 dpi  ===============================
  361.  
  362. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  363. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  364. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  365. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  366. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  367. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  368. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  369. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  370. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  371. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  372.  
  373. *% For 100 lpi / 1200 dpi ==============================================
  374.  
  375. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  376. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  377. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "15.0"
  378. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "75.0"
  379. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "0.0"
  380.  
  381. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  382. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  383. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  384. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  385. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  386.  
  387. *% For 175 lpi / 2400 dpi ==============================================
  388.  
  389. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  390. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  391. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "15.0"
  392. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "75.0"
  393. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "0.0"
  394.  
  395. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  396. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  397. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  398. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  399. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  400.  
  401. *% For 200 lpi / 3600 dpi ==============================================
  402.  
  403. *ColorSepScreenAngle ProcessBlack.200lpi.3600dpi/200 lpi / 3600 dpi: "45.0"
  404. *ColorSepScreenAngle CustomColor.200lpi.3600dpi/200 lpi / 3600 dpi: "45.0"
  405. *ColorSepScreenAngle ProcessCyan.200lpi.3600dpi/200 lpi / 3600 dpi: "15.0"
  406. *ColorSepScreenAngle ProcessMagenta.200lpi.3600dpi/200 lpi / 3600 dpi: "75.0"
  407. *ColorSepScreenAngle ProcessYellow.200lpi.3600dpi/200 lpi / 3600 dpi: "0.0"
  408.  
  409. *ColorSepScreenFreq ProcessBlack.200lpi.3600dpi/200 lpi / 3600 dpi: "200.0"
  410. *ColorSepScreenFreq CustomColor.200lpi.3600dpi/200 lpi / 3600 dpi: "200.0"
  411. *ColorSepScreenFreq ProcessCyan.200lpi.3600dpi/200 lpi / 3600 dpi: "200.0"
  412. *ColorSepScreenFreq ProcessMagenta.200lpi.3600dpi/200 lpi / 3600 dpi: "200.0"
  413. *ColorSepScreenFreq ProcessYellow.200lpi.3600dpi/200 lpi / 3600 dpi: "200.0"
  414.  
  415. *% For 200 lpi / 4000 dpi ==============================================
  416.  
  417. *ColorSepScreenAngle ProcessBlack.200lpi.4000dpi/200 lpi / 4000 dpi: "45.0"
  418. *ColorSepScreenAngle CustomColor.200lpi.4000dpi/200 lpi / 4000 dpi: "45.0"
  419. *ColorSepScreenAngle ProcessCyan.200lpi.4000dpi/200 lpi / 4000 dpi: "15.0"
  420. *ColorSepScreenAngle ProcessMagenta.200lpi.4000dpi/200 lpi / 4000 dpi: "75.0"
  421. *ColorSepScreenAngle ProcessYellow.200lpi.4000dpi/200 lpi / 4000 dpi: "0.0"
  422.  
  423. *ColorSepScreenFreq ProcessBlack.200lpi.4000dpi/200 lpi / 4000 dpi: "200.0"
  424. *ColorSepScreenFreq CustomColor.200lpi.4000dpi/200 lpi / 4000 dpi: "200.0"
  425. *ColorSepScreenFreq ProcessCyan.200lpi.4000dpi/200 lpi / 4000 dpi: "200.0"
  426. *ColorSepScreenFreq ProcessMagenta.200lpi.4000dpi/200 lpi / 4000 dpi: "200.0"
  427. *ColorSepScreenFreq ProcessYellow.200lpi.4000dpi/200 lpi / 4000 dpi: "200.0"
  428.  
  429.  
  430. *% GuaranteedMaxSeparations =======================================
  431.  
  432. *DefaultGuaranteedMaxSeparations: 8
  433. *GuaranteedMaxSeparations 8: ""
  434.  
  435.  
  436. *% Font Information =====================
  437.  
  438. *?FontQuery: "
  439.  save
  440.    { count 1 gt
  441.       { exch dup 127 string cvs (/) print print (:) print
  442.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  443.       } { exit } ifelse 
  444.    } bind loop
  445.    (*) = flush
  446.  restore
  447. "
  448. *End
  449.  
  450. *?FontList: "
  451. save
  452.   (*) {cvn ==} 128 string /Font resourceforall
  453.   (*) = flush
  454. restore
  455. "
  456. *End
  457.  
  458. *% Base fonts
  459. *DefaultFont: Courier
  460. *Font Courier: Standard "(004.000)" Standard ROM
  461. *Font Courier-Bold: Standard "(004.000)" Standard ROM
  462. *Font Courier-BoldOblique: Standard "(004.000)" Standard ROM
  463. *Font Courier-Oblique: Standard "(004.000)" Standard ROM
  464. *Font Symbol: Special "(001.008)" Special ROM
  465. *Font ZapfDingbats: Special "(002.000)" Special ROM
  466.  
  467. *% End of PPD file for Acrobat Distiller 
  468.